<!-- Pedro Paulo Pereira Reis - Varginha/MG -->

<html>
<head>
<title>HG</title>
<script>defaultStatus="<HTML> Guide"</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="../estilo.css">
</head>
<body topmargin="3" leftmargin="3" bgproperties="fixed" bgcolor="#FFFFFF" text="#000000" background="../imagens/fundo_dir.gif" link="#000080" vlink="#666666" alink="#ffcc00">
<table width="450" border="0"><tr><td width="10"></td>
<td width="440"><img src="../imagens/js_logo2.gif" width="261" height="52">
<hr size="2"><p><img src="../imagens/bullet.gif" width="6" height="8"><font color="#000080" face="Arial, Verdana" size="2"><b> 
Texto Rolando</b><br></font> <font face="Arial, Verdana" size="2">Muito bom para mostrar as &uacute;ltimas not&iacute;cias de seu site.</font></p>
         
<!-------- O Script Comea Aqui -------->

<script language="JavaScript">
var MESSAGE = "       Exemplo JavaScript - Texto Rolando       "
var SPEED   = 8;
var id,pause=0,position=0;
function banner() {
var i,k,msg=MESSAGE; /*document.form1.message.value*/;
k=(66/msg.length)+1;
for(i=0;i<=k;i++) msg+=" "+msg;
document.form2.banner.value=msg.substring(position,position+50);
if(position++==msg.length /*document.form1.message.value.length*/) position=0;
id=setTimeout("banner()",1000/SPEED); }
function action() {
if(!pause) {
clearTimeout(id);
pause=1; }
else {
banner();
pause=0; } 
}
document.write("<form name=form2>");
document.write("<input type=text name=banner size=35>");
document.write("</form>");
banner();
</script>

<!-------- O Script Termina Aqui -------->

<form><input type="button" value="C&oacute;digo Fonte" onClick= 'window.location = "view-source:" + window.location.href'><br><font face="Arial, Verdana" size="1">Clique no bot&atilde;o para ver o  c&oacute;digo do exemplo.</font></form>
<hr size="2"><font face="Arial, Verdana" size="2" color="#999999"><b>HTML Guide - http://htmlbr.cjb.net</b></font></td>
</tr></table>
</body>
</html>